home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / moden / examples / extrig0.dfm / extrig0.txt
Text File  |  1996-04-08  |  870b  |  42 lines

  1. object ExTrigTest: TExTrigTest
  2.   Left = 185
  3.   Top = 93
  4.   Width = 208
  5.   Height = 139
  6.   Caption = 'ExTrigTest'
  7.   Font.Color = clBlack
  8.   Font.Height = -13
  9.   Font.Name = 'Arial'
  10.   Font.Style = [fsBold]
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   TextHeight = 16
  14.   object Label1: TLabel
  15.     Left = 6
  16.     Top = 6
  17.     Width = 146
  18.     Height = 16
  19.     Caption = 'APD Trigger Event Test'
  20.   end
  21.   object StartTest: TButton
  22.     Left = 46
  23.     Top = 37
  24.     Width = 89
  25.     Height = 33
  26.     Caption = 'StartTest'
  27.     TabOrder = 0
  28.     OnClick = StartTestClick
  29.   end
  30.   object ApdComPort1: TApdComPort
  31.     ComNumber = 3
  32.     BufferFull = 3686
  33.     BufferResume = 409
  34.     TraceName = 'APD.TRC'
  35.     LogName = 'APD.LOG'
  36.     UseEventWord = False
  37.     OnTriggerAvail = ApdComPort1TriggerAvail
  38.     OnTriggerData = ApdComPort1TriggerData
  39.     OnTriggerTimer = ApdComPort1TriggerTimer
  40.   end
  41. end
  42.